3.6.4 \(\int \frac {1}{x^6 \sqrt {-1-x^3}} \, dx\) [504]

Optimal. Leaf size=151 \[ \frac {\sqrt {-1-x^3}}{5 x^5}-\frac {7 \sqrt {-1-x^3}}{20 x^2}+\frac {7 \sqrt {2-\sqrt {3}} (1+x) \sqrt {\frac {1-x+x^2}{\left (1-\sqrt {3}+x\right )^2}} F\left (\sin ^{-1}\left (\frac {1+\sqrt {3}+x}{1-\sqrt {3}+x}\right )|-7+4 \sqrt {3}\right )}{20 \sqrt [4]{3} \sqrt {-\frac {1+x}{\left (1-\sqrt {3}+x\right )^2}} \sqrt {-1-x^3}} \]

[Out]

1/5*(-x^3-1)^(1/2)/x^5-7/20*(-x^3-1)^(1/2)/x^2+7/60*(1+x)*EllipticF((1+x+3^(1/2))/(1+x-3^(1/2)),2*I-I*3^(1/2))
*(1/2*6^(1/2)-1/2*2^(1/2))*((x^2-x+1)/(1+x-3^(1/2))^2)^(1/2)*3^(3/4)/(-x^3-1)^(1/2)/((-1-x)/(1+x-3^(1/2))^2)^(
1/2)

________________________________________________________________________________________

Rubi [A]
time = 0.02, antiderivative size = 151, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 2, integrand size = 15, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.133, Rules used = {331, 225} \begin {gather*} \frac {7 \sqrt {2-\sqrt {3}} (x+1) \sqrt {\frac {x^2-x+1}{\left (x-\sqrt {3}+1\right )^2}} F\left (\text {ArcSin}\left (\frac {x+\sqrt {3}+1}{x-\sqrt {3}+1}\right )|-7+4 \sqrt {3}\right )}{20 \sqrt [4]{3} \sqrt {-\frac {x+1}{\left (x-\sqrt {3}+1\right )^2}} \sqrt {-x^3-1}}+\frac {\sqrt {-x^3-1}}{5 x^5}-\frac {7 \sqrt {-x^3-1}}{20 x^2} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[1/(x^6*Sqrt[-1 - x^3]),x]

[Out]

Sqrt[-1 - x^3]/(5*x^5) - (7*Sqrt[-1 - x^3])/(20*x^2) + (7*Sqrt[2 - Sqrt[3]]*(1 + x)*Sqrt[(1 - x + x^2)/(1 - Sq
rt[3] + x)^2]*EllipticF[ArcSin[(1 + Sqrt[3] + x)/(1 - Sqrt[3] + x)], -7 + 4*Sqrt[3]])/(20*3^(1/4)*Sqrt[-((1 +
x)/(1 - Sqrt[3] + x)^2)]*Sqrt[-1 - x^3])

Rule 225

Int[1/Sqrt[(a_) + (b_.)*(x_)^3], x_Symbol] :> With[{r = Numer[Rt[b/a, 3]], s = Denom[Rt[b/a, 3]]}, Simp[2*Sqrt
[2 - Sqrt[3]]*(s + r*x)*(Sqrt[(s^2 - r*s*x + r^2*x^2)/((1 - Sqrt[3])*s + r*x)^2]/(3^(1/4)*r*Sqrt[a + b*x^3]*Sq
rt[(-s)*((s + r*x)/((1 - Sqrt[3])*s + r*x)^2)]))*EllipticF[ArcSin[((1 + Sqrt[3])*s + r*x)/((1 - Sqrt[3])*s + r
*x)], -7 + 4*Sqrt[3]], x]] /; FreeQ[{a, b}, x] && NegQ[a]

Rule 331

Int[((c_.)*(x_))^(m_)*((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Simp[(c*x)^(m + 1)*((a + b*x^n)^(p + 1)/(a*c
*(m + 1))), x] - Dist[b*((m + n*(p + 1) + 1)/(a*c^n*(m + 1))), Int[(c*x)^(m + n)*(a + b*x^n)^p, x], x] /; Free
Q[{a, b, c, p}, x] && IGtQ[n, 0] && LtQ[m, -1] && IntBinomialQ[a, b, c, n, m, p, x]

Rubi steps

\begin {align*} \int \frac {1}{x^6 \sqrt {-1-x^3}} \, dx &=\frac {\sqrt {-1-x^3}}{5 x^5}-\frac {7}{10} \int \frac {1}{x^3 \sqrt {-1-x^3}} \, dx\\ &=\frac {\sqrt {-1-x^3}}{5 x^5}-\frac {7 \sqrt {-1-x^3}}{20 x^2}+\frac {7}{40} \int \frac {1}{\sqrt {-1-x^3}} \, dx\\ &=\frac {\sqrt {-1-x^3}}{5 x^5}-\frac {7 \sqrt {-1-x^3}}{20 x^2}+\frac {7 \sqrt {2-\sqrt {3}} (1+x) \sqrt {\frac {1-x+x^2}{\left (1-\sqrt {3}+x\right )^2}} F\left (\sin ^{-1}\left (\frac {1+\sqrt {3}+x}{1-\sqrt {3}+x}\right )|-7+4 \sqrt {3}\right )}{20 \sqrt [4]{3} \sqrt {-\frac {1+x}{\left (1-\sqrt {3}+x\right )^2}} \sqrt {-1-x^3}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [C] Result contains higher order function than in optimal. Order 5 vs. order 4 in optimal.
time = 10.01, size = 42, normalized size = 0.28 \begin {gather*} -\frac {\sqrt {1+x^3} \, _2F_1\left (-\frac {5}{3},\frac {1}{2};-\frac {2}{3};-x^3\right )}{5 x^5 \sqrt {-1-x^3}} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[1/(x^6*Sqrt[-1 - x^3]),x]

[Out]

-1/5*(Sqrt[1 + x^3]*Hypergeometric2F1[-5/3, 1/2, -2/3, -x^3])/(x^5*Sqrt[-1 - x^3])

________________________________________________________________________________________

Maple [A]
time = 0.14, size = 136, normalized size = 0.90

method result size
meijerg \(\frac {i \hypergeom \left (\left [-\frac {5}{3}, \frac {1}{2}\right ], \left [-\frac {2}{3}\right ], -x^{3}\right )}{5 x^{5}}\) \(18\)
risch \(\frac {7 x^{6}+3 x^{3}-4}{20 x^{5} \sqrt {-x^{3}-1}}-\frac {7 i \sqrt {3}\, \sqrt {i \left (x -\frac {1}{2}-\frac {i \sqrt {3}}{2}\right ) \sqrt {3}}\, \sqrt {\frac {x +1}{\frac {3}{2}+\frac {i \sqrt {3}}{2}}}\, \sqrt {-i \left (x -\frac {1}{2}+\frac {i \sqrt {3}}{2}\right ) \sqrt {3}}\, \EllipticF \left (\frac {\sqrt {3}\, \sqrt {i \left (x -\frac {1}{2}-\frac {i \sqrt {3}}{2}\right ) \sqrt {3}}}{3}, \sqrt {\frac {i \sqrt {3}}{\frac {3}{2}+\frac {i \sqrt {3}}{2}}}\right )}{60 \sqrt {-x^{3}-1}}\) \(134\)
default \(\frac {\sqrt {-x^{3}-1}}{5 x^{5}}-\frac {7 \sqrt {-x^{3}-1}}{20 x^{2}}-\frac {7 i \sqrt {3}\, \sqrt {i \left (x -\frac {1}{2}-\frac {i \sqrt {3}}{2}\right ) \sqrt {3}}\, \sqrt {\frac {x +1}{\frac {3}{2}+\frac {i \sqrt {3}}{2}}}\, \sqrt {-i \left (x -\frac {1}{2}+\frac {i \sqrt {3}}{2}\right ) \sqrt {3}}\, \EllipticF \left (\frac {\sqrt {3}\, \sqrt {i \left (x -\frac {1}{2}-\frac {i \sqrt {3}}{2}\right ) \sqrt {3}}}{3}, \sqrt {\frac {i \sqrt {3}}{\frac {3}{2}+\frac {i \sqrt {3}}{2}}}\right )}{60 \sqrt {-x^{3}-1}}\) \(136\)
elliptic \(\frac {\sqrt {-x^{3}-1}}{5 x^{5}}-\frac {7 \sqrt {-x^{3}-1}}{20 x^{2}}-\frac {7 i \sqrt {3}\, \sqrt {i \left (x -\frac {1}{2}-\frac {i \sqrt {3}}{2}\right ) \sqrt {3}}\, \sqrt {\frac {x +1}{\frac {3}{2}+\frac {i \sqrt {3}}{2}}}\, \sqrt {-i \left (x -\frac {1}{2}+\frac {i \sqrt {3}}{2}\right ) \sqrt {3}}\, \EllipticF \left (\frac {\sqrt {3}\, \sqrt {i \left (x -\frac {1}{2}-\frac {i \sqrt {3}}{2}\right ) \sqrt {3}}}{3}, \sqrt {\frac {i \sqrt {3}}{\frac {3}{2}+\frac {i \sqrt {3}}{2}}}\right )}{60 \sqrt {-x^{3}-1}}\) \(136\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/x^6/(-x^3-1)^(1/2),x,method=_RETURNVERBOSE)

[Out]

1/5*(-x^3-1)^(1/2)/x^5-7/20*(-x^3-1)^(1/2)/x^2-7/60*I*3^(1/2)*(I*(x-1/2-1/2*I*3^(1/2))*3^(1/2))^(1/2)*((x+1)/(
3/2+1/2*I*3^(1/2)))^(1/2)*(-I*(x-1/2+1/2*I*3^(1/2))*3^(1/2))^(1/2)/(-x^3-1)^(1/2)*EllipticF(1/3*3^(1/2)*(I*(x-
1/2-1/2*I*3^(1/2))*3^(1/2))^(1/2),(I*3^(1/2)/(3/2+1/2*I*3^(1/2)))^(1/2))

________________________________________________________________________________________

Maxima [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/x^6/(-x^3-1)^(1/2),x, algorithm="maxima")

[Out]

integrate(1/(sqrt(-x^3 - 1)*x^6), x)

________________________________________________________________________________________

Fricas [A]
time = 0.08, size = 21, normalized size = 0.14 \begin {gather*} -\frac {{\left (7 \, x^{3} - 4\right )} \sqrt {-x^{3} - 1}}{20 \, x^{5}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/x^6/(-x^3-1)^(1/2),x, algorithm="fricas")

[Out]

-1/20*(7*x^3 - 4)*sqrt(-x^3 - 1)/x^5

________________________________________________________________________________________

Sympy [A]
time = 0.43, size = 39, normalized size = 0.26 \begin {gather*} - \frac {i \Gamma \left (- \frac {5}{3}\right ) {{}_{2}F_{1}\left (\begin {matrix} - \frac {5}{3}, \frac {1}{2} \\ - \frac {2}{3} \end {matrix}\middle | {x^{3} e^{i \pi }} \right )}}{3 x^{5} \Gamma \left (- \frac {2}{3}\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/x**6/(-x**3-1)**(1/2),x)

[Out]

-I*gamma(-5/3)*hyper((-5/3, 1/2), (-2/3,), x**3*exp_polar(I*pi))/(3*x**5*gamma(-2/3))

________________________________________________________________________________________

Giac [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/x^6/(-x^3-1)^(1/2),x, algorithm="giac")

[Out]

integrate(1/(sqrt(-x^3 - 1)*x^6), x)

________________________________________________________________________________________

Mupad [B]
time = 0.04, size = 201, normalized size = 1.33 \begin {gather*} \frac {\sqrt {-x^3-1}}{5\,x^5}-\frac {7\,\sqrt {-x^3-1}}{20\,x^2}+\frac {7\,\left (\frac {3}{2}+\frac {\sqrt {3}\,1{}\mathrm {i}}{2}\right )\,\sqrt {x^3+1}\,\sqrt {\frac {x-\frac {1}{2}+\frac {\sqrt {3}\,1{}\mathrm {i}}{2}}{-\frac {3}{2}+\frac {\sqrt {3}\,1{}\mathrm {i}}{2}}}\,\sqrt {\frac {x+1}{\frac {3}{2}+\frac {\sqrt {3}\,1{}\mathrm {i}}{2}}}\,\sqrt {\frac {\frac {1}{2}-x+\frac {\sqrt {3}\,1{}\mathrm {i}}{2}}{\frac {3}{2}+\frac {\sqrt {3}\,1{}\mathrm {i}}{2}}}\,\mathrm {F}\left (\mathrm {asin}\left (\sqrt {\frac {x+1}{\frac {3}{2}+\frac {\sqrt {3}\,1{}\mathrm {i}}{2}}}\right )\middle |-\frac {\frac {3}{2}+\frac {\sqrt {3}\,1{}\mathrm {i}}{2}}{-\frac {3}{2}+\frac {\sqrt {3}\,1{}\mathrm {i}}{2}}\right )}{20\,\sqrt {-x^3-1}\,\sqrt {x^3+\left (-\left (-\frac {1}{2}+\frac {\sqrt {3}\,1{}\mathrm {i}}{2}\right )\,\left (\frac {1}{2}+\frac {\sqrt {3}\,1{}\mathrm {i}}{2}\right )-1\right )\,x-\left (-\frac {1}{2}+\frac {\sqrt {3}\,1{}\mathrm {i}}{2}\right )\,\left (\frac {1}{2}+\frac {\sqrt {3}\,1{}\mathrm {i}}{2}\right )}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(x^6*(- x^3 - 1)^(1/2)),x)

[Out]

(- x^3 - 1)^(1/2)/(5*x^5) - (7*(- x^3 - 1)^(1/2))/(20*x^2) + (7*((3^(1/2)*1i)/2 + 3/2)*(x^3 + 1)^(1/2)*((x + (
3^(1/2)*1i)/2 - 1/2)/((3^(1/2)*1i)/2 - 3/2))^(1/2)*((x + 1)/((3^(1/2)*1i)/2 + 3/2))^(1/2)*(((3^(1/2)*1i)/2 - x
 + 1/2)/((3^(1/2)*1i)/2 + 3/2))^(1/2)*ellipticF(asin(((x + 1)/((3^(1/2)*1i)/2 + 3/2))^(1/2)), -((3^(1/2)*1i)/2
 + 3/2)/((3^(1/2)*1i)/2 - 3/2)))/(20*(- x^3 - 1)^(1/2)*(x^3 - x*(((3^(1/2)*1i)/2 - 1/2)*((3^(1/2)*1i)/2 + 1/2)
 + 1) - ((3^(1/2)*1i)/2 - 1/2)*((3^(1/2)*1i)/2 + 1/2))^(1/2))

________________________________________________________________________________________